ModifyWebPath
Description
Modify the Web directory in the website backdoor settings.
Request Method
POST
Request Path
/apsara/route/aegis/ModifyWebPath
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| Type | BODY | string | No | No sample value for this parameter. | configuration type, system-specified parameters. Value: web_path, indicating the configuration of the Web directory definition. |
| Target | BODY | string | No | No sample value for this parameter. | The Web directory defines the configured target host list, which is described in JSON format. For details, see the request example. |
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| Config | BODY | string | No | No sample value for this parameter. | Web directory definition configuration information, described in JSON format, see the request example for details. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}